2007-07-03 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkkeys-win32.c (gdk_keymap_have_bidi_layouts):
Implement. Just return FALSE for now. What should this function
actually do? Does keyboards layouts being "in use" mean that such
layouts can be switched to on the fly? If so we need to actually
check that.
svn path=/trunk/; revision=18359
+2007-07-03 Tor Lillqvist <tml@novell.com>
+
+ * gdk/win32/gdkkeys-win32.c (gdk_keymap_have_bidi_layouts):
+ Implement. Just return FALSE for now. What should this function
+ actually do? Does keyboards layouts being "in use" mean that such
+ layouts can be switched to on the fly? If so we need to actually
+ check that.
+
2007-07-03 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkwidget.c: Fixed assertions from setting "tooltip-text" to NULL
}
}
+gboolean
+gdk_keymap_have_bidi_layouts (GdkKeymap *keymap)
+{
+ /* Should we check if the kayboard layouts switchable at the moment
+ * cover both directionalities? What does the doc comment in
+ * ../x11/gdkkeys-x11.c exactly mean?
+ */
+ return FALSE;
+}
+
gboolean
gdk_keymap_get_entries_for_keyval (GdkKeymap *keymap,
guint keyval,